﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}


.tit{text-align: center;font-weight: normal;font-size: 0;line-height: 0;}
.tit span{display:inline-block;font-size: 48px;color: #0060b7;line-height: 48px;position: relative;}
.tit span:before{position: absolute;width: 133px;height: 9px;background: url(../images/tit1.png) no-repeat;content: "";left: -145px;top: 26px;}
.tit span:after{position: absolute;width: 133px;height: 9px;background: url(../images/tit2.png) no-repeat;content: "";right: -145px;top: 26px;}
.tit i{display:block;font-size: 20px;color: #666;line-height: 20px;padding-top: 18px;font-weight:bold;}
.tit em{display:block;font-size: 14px;color: #a7a7a7;line-height: 30px;font-family: Arial;text-transform: uppercase;}
/*banner*/
.banner{height: 680px;overflow: hidden;}
.banner .bd li{height: 680px;background: url(../images/banner1.jpg) no-repeat center 0;}
.banner .bd li a{display: block;height: 680px;}
/*yz*/
.yz{padding:75px 0;}
.yz li{float: left;width: 117px;margin-right: 99.5px;position: relative;}
.yz li:last-child{margin-right: 0;}
.yz li>i{display:block;width: 97px;height: 97px;padding:10px;background:url(../images/yz_li1.png) no-repeat;}
.yz li>i:hover img{animation: flipInX 1s;}
.yz li:nth-child(2n) i{background:url(../images/yz_li2.png) no-repeat;}
.yz li>p{font-size: 22px;color: #333;line-height: 26px;text-align: center;padding-top: 16px;}
.yz li b{display:block;}
/*pro*/
.pro{padding:75px 0 0px;background: #f3f3f3;}
.pro h2{margin-bottom: 50px;}
.pro_ctg li.fr p a:nth-child(3n){margin-right: 0;}

.prro{ margin-bottom:30px; height:130px;}
.prro ul{display: block;width: 1200px;padding: 40px 0 0;margin: 0 auto;}
.prro ul li{width: 240px;float: left;padding: 0 0px; margin-bottom:20px;}
.prro ul li a{font-size: 16px;color: #000;display: block;width: 240px;height: 73px;line-height: 73px;overflow: hidden; background:url(../images/ab_k01.png) no-repeat;font-weight: bold;}
.prro ul li a:hover,.prro ul li.cur a{ background:url(../images/ab_k02.png) no-repeat;}
.prro ul li b{width: 40px;height: 40px;float: left;line-height: 0;padding: 17px 0 0;}
.prro ul li b img{width: 40px;height: 40px;}
.prro ul li span{width: 185px;float: left;display: block;text-align: center;}

.pro_list{margin-top: 24px;}
.pro_list li{float: left;width: 290px;margin-right: 10px; margin-top:10px;}
.pro_list li:last-child{margin-right: 0;}
.pro_list li i{display:block;height: 193px;overflow: hidden;}
.pro_list li img{width: 290px;height: 193px;transition:all 0.5s;}
.pro_list li span{display:block;height: 52px;line-height: 52px;text-align: center;font-size: 14px;color: #333;background: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro_list li:hover span{background: #1568b4;color: #fff;}
.pro_list li i:hover img{transform:scale(1.05);}
/*ser*/
.ser{padding:75px 0 0;}
.ser h2{margin-bottom: 55px;}
.ser ul{height: 420px;padding:0 40px;background:url(../images/ser_bg.jpg) no-repeat center 65px;}
.ser li{float: left;width: 280px;text-align: center;height: 120px;margin-bottom: 64px;position: relative;}
.ser li span{ display:block;width:72px; height:72px;  margin:13px auto 17px;  position:relative;}
.ser li span em{position:absolute;width:100%;height:100%;background: #ededed;border-radius: 50%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.ser li span i{position:absolute;width:100%;height:100%;background: #0060b7;border-radius: 50%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.ser li:hover span em,.ser li.cur span em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.ser li:hover span i,.ser li.cur span i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ser li b{display:block;font-size: 16px;color: #333;line-height: 16px;}
.ser li:hover b,.ser li.cur b{color: #0060b7;}
.ser li:hover:after,.ser li.cur:after{position: absolute;width: 13px;height: 8px;content: "";background:url(../images/san4.png) no-repeat;top: 104px;left: 50%;margin-left: -7px;}
.ser .tel{font-size: 14px;color: #333;line-height: 14px;padding-top: 18px;}
.ser .tel strong{display:block;font-size: 24px;color: #333;line-height: 30px;}
.ser .tel .zx{display: block;width: 95px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #333;background: #fff;border-radius: 17px;margin:4px auto 0;}
.ser li.bt:hover:after,.ser li.bt.cur:after{top: 0;background:url(../images/san5.png) no-repeat;}
.ser_con{position: relative;}
.ser_bd{position: absolute !important;width: 100%;left: 0;top: 137px;z-index: 10;}
.ser_bd p{font-size: 14px;color: #666;line-height: 24px;text-align: center;}
/*case*/
.case{padding:50px 0 0px;background: #f4f4f4;}
.case h2{margin-bottom: 50px;}
.case_con{position: relative;}
.case_list dl{float: left;width: 590px;margin-right: 8px;}
.case_list dt{height: 415px;overflow: hidden;}
.case_list dt img{display:block;width: 596px;height: 415px;transition: all 0.5s;}
.case_list dt:hover img{transform:scale(1.05);}
.case_list dd{height: 122px;background: #fff;padding:0 30px;position: relative;}
.case_list dd h3{font-size: 16px;color: #333;line-height: 16px;padding:26px 0 10px;}
.case_list dd p{font-size: 14px;color: #666;line-height: 24px;width: 410px;}
.case_list dd .more{position: absolute;right: 0;top: 24px;width: 115px;height: 74px;border-left:1px solid #ececec;font-size: 16px;color: #666;font-family: Arial;line-height: 16px;text-align: center;background:url(../images/c1.png) no-repeat center 24px;}
.case_list dd .more:hover,.case_list dd h3:hover a{color: #0060b7;}
.case_con .prev{position: absolute;width: 55px;height: 55px;left: -70px;top: 190px;background:url(../images/prev1.png) no-repeat;}
.case_con .next{position: absolute;width: 55px;height: 55px;right: -70px;top: 190px;background:url(../images/next1.png) no-repeat;}
.case_con .prev:hover{background:url(../images/prev1h.png) no-repeat;}
.case_con .next:hover{background:url(../images/next1h.png) no-repeat;}
.case_pg{height: 15px;padding:30px 0;text-align: center;}
.case_pg i{display: inline-block;width: 15px;height: 15px;background: #dcdcdc;border-radius: 50%;margin:0 10px;}
.case_pg i.cur{background: #2258c2;}
/*dz*/
.dz{height: 828px;background:url(../images/dz_bg.jpg) no-repeat center 0;}
.dz h2{padding-top: 93px;height: 120px;}
.dz h2 span,.dz h2 i{color: #fff;}
.dz_list dl{float: left;width: 294px;height: 540px;margin-right: 8px;background: #fff;position: relative;}
.dz_list dl:first-child,.dz_list dl:first-child:hover dd{border-top-left-radius: 35px;}
.dz_list dl:last-child,.dz_list dl:last-child:hover dd{margin-right: 0;border-top-right-radius: 35px;}
.dz_list dt{padding:13px 13px 0;}
.dz_list dd{padding:0 28px;}
.dz_list dd h3{font-size: 24px;color: #0060b7;line-height: 24px;margin:36px 0 10px;height: 36px;position: relative;}
.dz_list dd h3:after{position: absolute;width: 118px;height: 1px;background: #e4e4e4;content: "";left: 0;bottom: 0;}
.dz_list dd p{font-size: 14px;color: #666;line-height: 20px;position: relative;}
.dz_list dd p:after{position: absolute;content: "-";left: -8px;top: 0;}
.dz_list dd p b{color: #333;}
.dz_list dd .xq{display:block;font-size: 14px;color: #333;line-height: 20px;margin-top: 22px;}
.dz_list dd .p2{display: none;margin-top: 20px;}
.dz_list dl:hover dt{display: none;}
.dz_list dl:hover dd{position: absolute;width: 244px;padding:0 25px;height: 540px;left: 0;top: 0;background: rgba(136,186,68,0.95);}
.dz_list dl:hover dd h3{margin:100px 0 26px;height: 60px;padding-top: 106px;font-size: 30px;color: #fff;line-height: 30px;text-align: center;}
.dz_list dl:hover dd h3:after{position: absolute;width: 180px;height: 1px;background: rgba(255,255,255,0.5);left: 50%;margin-left: -90px;bottom: 0;}
.dz_list dl:hover dd p{color: #fff;text-align: center;}
.dz_list dl:hover dd p b{color: #fff;}
.dz_list dl:hover .xq{display: none;}
.dz_list dl:hover .p2{display: block;}
.dz_list .d1:hover{background:url(../images/dz_1.jpg) no-repeat;}
.dz_list .d2:hover{background:url(../images/dz_2.jpg) no-repeat;}
.dz_list .d3:hover{background:url(../images/dz_3.jpg) no-repeat;}
.dz_list .d4:hover{background:url(../images/dz_4.jpg) no-repeat;}
.dz_list .d1:hover dd h3{background:url(../images/dz_ic1.png) no-repeat top center;}
.dz_list .d2:hover dd h3{background:url(../images/dz_ic2.png) no-repeat top center;}
.dz_list .d3:hover dd h3{background:url(../images/dz_ic3.png) no-repeat top center;}
.dz_list .d4:hover dd h3{background:url(../images/dz_ic4.png) no-repeat top center;}

/*新闻资讯*/
.news_bg{padding: 10px 0 0px;}
.news_bg h2{margin-bottom: 80px;}
.new_con{}
.new_l{float: left;width: 586px;background: #fff;}
.new_l h4{height: 60px;background: #3f3f3f;font-weight:normal;}
.new_l h4 b{float: left;width:190px;padding-left: 20px;height: 60px;line-height: 60px;background: #0060b7;font-size: 20px;}
.new_l h4 b a{color: #fff;}
.new_l h4 b i{font-size: 14px;font-weight:normal;font-family: "Arial";margin-left: 10px;text-transform: uppercase;}
.new_l h4>a{float: right;margin:17px 30px 0 0;}
.new_bd{padding:0 30px;height: 302px;overflow: hidden;}
.new_l h5{height: 60px;line-height: 60px;font-weight:normal;border-top:1px solid #ececec;}
.new_l h5 b{float: right;font-size: 16px;color: #484848;}
.new_l h5 a{float: left;width: 430px;color: #666;font-size: 14px;}
.new_l h5.cur{height: 30px;line-height: 30px;padding-top: 24px;}
.new_l h5.cur a{font-weight: bold;font-size: 16px;color: #333;}
.new_l p{height: 50px;font-size: 14px;color: #333;line-height: 24px;}
.new_r{width: 576px;background: #fff;}
.new_r h4{height: 58px;background:#f4f4f4;font-weight:normal;}
.new_r h4 b{float: left;padding-left: 35px;height: 58px;line-height: 58px;font-size: 20px;}
.new_r h4 b a{color: #333;}
.new_r h4 b i{font-size: 14px;font-weight:normal;font-family: "Arial";margin-left: 10px;text-transform: uppercase;color: #b0b0b0;}
.new_r h4>a{float: right;margin:16px 30px 0 0;}
.bk_con{}
.new_r dl{height: 170px;}
.new_r dt img{display:block;width:220px;height:150px;}
.new_r dd{float: left;width: 300px;margin-left:30px;}
.new_r dd i{display:block;font-size:16px;color: #484848;margin-bottom:12px;line-height: 42px;}
.new_r dd h5{display:block;font-size: 16px;color: #333;line-height: 25px;margin:1px 0 10px;}
.new_r dd .more{display:block;font-size: 14px;color: #666;line-height: 24px;margin-top: 12px;}
.new_r dd p{font-size:14px;color:#333;line-height:24px;}
.new_r dd h5:hover a,.new_r dd .more:hover{color: #0060b7;}
.bk_list p{height: 58px;line-height: 58px;border-bottom:1px solid #ececec;padding:0 20px;}
.bk_list p b{float: right;font-size: 16px;color: #484848;}
.bk_list p a{font-size: 14px;color: #666;}
.bk_list p:hover a{color: #0060b7;}
.bk_list p:last-child{border: 0;}
/*常见问答*/
.wd{padding: 35px 0 0;}
.wd_t{width: 190px;height: 265px;background: #2948a4 url(../images/wd_bt.jpg) no-repeat;overflow: hidden;}
.wd_t a{font-size: 18px;color: #fff;font-weight: bold;display: block;width: 144px;height: 160px; padding:40px 0 0 30px;}
.wd_m{width: 970px; padding-left:40px;overflow: hidden;}
.wd_m em{width: 37px;height: 23px;float: left;margin-right: 15px;}
.wd_m em img{width: 37px;height: 23px;}
.wd dl{ width:240px;float: left; padding:32px 45px 0 0;margin-right: 35px;position: relative;}
.wd dl:after{position: absolute;width: 1px;height: 168px;background: #e5e5e5;content: "";right: 0;top: 56px;}
.wd dt{ height:46px; overflow:hidden;border-bottom:1px solid #ececec;margin-bottom: 17px;}
.wd dt a{ font-size:14px; color:#333;font-weight: bold;}
.wd dt a:hover{color: #0060b7;}
.wd dt span{float: left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;line-height: 30px;width: 180px;}
.wd_desc{font-size:14px; color:#666;height: 108px;line-height: 24px;overflow: hidden;display:inline-block;width: 180px;}
.wd dd .more{display: block; font-size: 12px; color: #484848; text-transform: uppercase; width: 100px; text-align: center; height: 30px; line-height: 30px; overflow: hidden;border: #949494 1px solid;border-radius: 15px;}
.wd dd .more:hover{background: #0060b7;color: #fff;border: #0060b7 1px solid;}

.abt{ padding:55px 0 30px;background: #f4f4f4;}
.abt dl{padding-top: 48px;height: 448px;}
.abt dt{width: 600px;height: 448px; display: block;}
.abt dt img{width: 600px;height: 448px; display: block;}
.abt dd{width: 550px;}
.abt dd h3{font-size:30px;line-height: 30px;color: #333; font-weight:normal; position:relative;padding-top:52px ; padding-bottom:35px ; }
.abt dd h3:after{ position:absolute;width: 250px;height: 1px;background: #d3d3d3;content: "";left:0px;top: 100px;}
.abt dd i{font-size: 14px;color: #666;line-height: 24px; display: block; width: 504px;}
.abt dd p a{  display: inline-block; width:168px ; height:50px ; line-height: 50px; font-size: 16px; color:#333333 ;font-weight: bold; background: #fff; text-align: center; margin: 40px 0;}
.abt dd p a:hover,.abt dd p a.cur{ background: #88ba44; color:#fff ;}
.abt .more{display: block; font-size:14px ; color: #666666;line-height: 14px; text-transform: uppercase; margin-top:30px;}


.links{  padding: 0px 0 10px;height: 80px;}
.links span{ display: block; font-size:14px; line-height: 14px; color:#666666 ; float: left;font-weight: bold; padding-right: 36px; border-right: 1px solid #e3e3e3;height: 80px;}
.links span b{ display: block; font-size:28px ; line-height:28px ; color:#999999; padding-bottom: 10px;text-transform: uppercase; font-weight: normal;}
.links a{ display: inline-block; font-size:14px ; line-height: 36px; color: #666666; padding: 0 27px; }


#full-screen-slider { width:100%; height:673.97px; float:left; position:relative; margin-top:1px;}
#slides { display:block; width:100%; height:673.97px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:26%; top:630px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:15px; height:15px; float:left; margin-left:15px; border-radius:7px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0052ac;}

